home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PBLIB1 / SKEL / SKELUNIT.PAS < prev    next >
Pascal/Delphi Source File  |  1994-05-03  |  459b  |  26 lines

  1. UNIT skelunit;
  2.  
  3. INTERFACE
  4.  
  5. uses PbMISC, PbDATA;
  6.  
  7. {
  8. Description : Starting point for a new Unit;
  9.  
  10. Author      : Howard Richoux
  11. Date        :
  12. Last revised: 2/18/94 NEW LIBRARIES
  13. Application : IBM PC and compatibles, done in Turbo Pascal 7
  14. Status      : Placed in the Public Domain by HNR Software 1/94
  15. Published in: none
  16. }
  17.  
  18. {SECTION .ZIMPLEMENTATION }
  19. IMPLEMENTATION
  20.  
  21.  
  22.  
  23. {SECTION  ZInitialization }
  24.      begin {Initialization}
  25.      end.
  26.